Table exists
Description
Table exists is a Process Entry in the Conditions Plugin for Process Studio Processes. Table Exists process entry checks if a specified table exists on a database. You must provide a connection and the table name. Process Studio returns a True or False value depending on whether or not the table exists.
Note: This process entry performs one check and then moves on. If you want to poll until the tables appear, use Evaluate rows number in a table process entry which has a polling interval parameter.
Configurations
No. | Field Name | Description |
---|---|---|
1 | Process Entry name | Specify a unique name for the process entry, on the workspace |
area. A process entry can be placed on the canvas several times; and each instance of the entry must have a unique name. | ||
2 | Connection | The name of the connection to connect to the database. |
3 | Schema name | The table's schema name. |
4 | Table name | The table name to check for existence. |